﻿2026-07-06T05:05:20.9039506Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-06T05:05:20.9039841Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-06T05:05:20.9040054Z [36;1m$PIN = "0c95435"[0m
2026-07-06T05:05:20.9040300Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-06T05:05:20.9040536Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-06T05:05:20.9040877Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-06T05:05:20.9041260Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-06T05:05:20.9041549Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-06T05:05:20.9041835Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-06T05:05:20.9043289Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-06T05:05:20.9043556Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-06T05:05:20.9043861Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-06T05:05:20.9044119Z [36;1m}[0m
2026-07-06T05:05:20.9044293Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-06T05:05:20.9044539Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-06T05:05:20.9106787Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-06T05:05:20.9107054Z ##[endgroup]
2026-07-06T05:05:21.8521564Z    Compiling proc-macro2 v1.0.106
2026-07-06T05:05:21.8521842Z    Compiling quote v1.0.45
2026-07-06T05:05:21.8522058Z    Compiling unicode-ident v1.0.24
2026-07-06T05:05:21.8522301Z    Compiling cfg-if v1.0.4
2026-07-06T05:05:21.8522750Z    Compiling serde_core v1.0.228
2026-07-06T05:05:21.8523770Z    Compiling serde v1.0.228
2026-07-06T05:05:21.8524081Z    Compiling windows-link v0.2.1
2026-07-06T05:05:21.8524383Z    Compiling typenum v1.20.1
2026-07-06T05:05:21.8524826Z    Compiling portable-atomic v1.13.1
2026-07-06T05:05:21.8525414Z    Compiling getrandom v0.3.4
2026-07-06T05:05:21.8525743Z    Compiling pin-project-lite v0.2.17
2026-07-06T05:05:21.8526048Z    Compiling version_check v0.9.5
2026-07-06T05:05:21.8526498Z    Compiling find-msvc-tools v0.1.9
2026-07-06T05:05:21.8527322Z    Compiling memchr v2.8.1
2026-07-06T05:05:21.8527832Z    Compiling critical-section v1.2.0
2026-07-06T05:05:21.8528603Z    Compiling shlex v2.0.1
2026-07-06T05:05:21.9273105Z    Compiling windows-sys v0.61.2
2026-07-06T05:05:21.9394930Z    Compiling subtle v2.6.1
2026-07-06T05:05:22.0085492Z    Compiling smallvec v1.15.1
2026-07-06T05:05:22.0515472Z    Compiling futures-core v0.3.32
2026-07-06T05:05:22.0547424Z    Compiling equivalent v1.0.2
2026-07-06T05:05:22.1098853Z    Compiling itoa v1.0.18
2026-07-06T05:05:22.1544523Z    Compiling bytes v1.11.1
2026-07-06T05:05:22.2179697Z    Compiling semver v1.0.28
2026-07-06T05:05:22.2545999Z    Compiling stable_deref_trait v1.2.1
2026-07-06T05:05:22.2595067Z    Compiling generic-array v0.14.7
2026-07-06T05:05:22.2973545Z    Compiling log v0.4.32
2026-07-06T05:05:22.3681660Z    Compiling rand_core v0.10.1
2026-07-06T05:05:22.3797043Z    Compiling slab v0.4.12
2026-07-06T05:05:22.4464746Z    Compiling rustc_version v0.4.1
2026-07-06T05:05:22.4909924Z    Compiling futures-sink v0.3.32
2026-07-06T05:05:22.5350953Z    Compiling futures-io v0.3.32
2026-07-06T05:05:22.5463772Z    Compiling hashbrown v0.17.1
2026-07-06T05:05:22.6478694Z    Compiling futures-task v0.3.32
2026-07-06T05:05:22.6532861Z    Compiling rustversion v1.0.22
2026-07-06T05:05:22.8049545Z    Compiling futures-channel v0.3.32
2026-07-06T05:05:22.8109298Z    Compiling getrandom v0.2.17
2026-07-06T05:05:22.8801596Z    Compiling cpufeatures v0.2.17
2026-07-06T05:05:22.8964246Z    Compiling getrandom v0.4.2
2026-07-06T05:05:22.9072703Z    Compiling fnv v1.0.7
2026-07-06T05:05:22.9267561Z    Compiling libc v0.2.186
2026-07-06T05:05:22.9267911Z    Compiling cfg_aliases v0.2.1
2026-07-06T05:05:22.9443494Z    Compiling strsim v0.11.1
2026-07-06T05:05:23.2058285Z    Compiling indexmap v2.14.0
2026-07-06T05:05:23.3941137Z    Compiling litemap v0.8.2
2026-07-06T05:05:23.5260213Z    Compiling jobserver v0.1.34
2026-07-06T05:05:23.5450468Z    Compiling autocfg v1.5.1
2026-07-06T05:05:23.5488838Z    Compiling writeable v0.6.3
2026-07-06T05:05:23.5577318Z    Compiling dunce v1.0.5
2026-07-06T05:05:23.5666241Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T05:05:23.6617049Z    Compiling ident_case v1.0.1
2026-07-06T05:05:23.7720885Z    Compiling cc v1.2.63
2026-07-06T05:05:23.7721379Z    Compiling icu_properties_data v2.2.0
2026-07-06T05:05:23.8733134Z    Compiling utf8_iter v1.0.4
2026-07-06T05:05:23.9650632Z    Compiling fs_extra v1.3.0
2026-07-06T05:05:24.0250656Z    Compiling syn v2.0.117
2026-07-06T05:05:24.0619445Z    Compiling crypto-common v0.1.7
2026-07-06T05:05:24.1330803Z    Compiling percent-encoding v2.3.2
2026-07-06T05:05:24.1331304Z    Compiling http v1.4.1
2026-07-06T05:05:24.1483248Z    Compiling thiserror v2.0.18
2026-07-06T05:05:24.2224045Z    Compiling cpufeatures v0.3.0
2026-07-06T05:05:24.2226210Z    Compiling unicode-segmentation v1.13.3
2026-07-06T05:05:24.2481854Z    Compiling aws-lc-rs v1.17.0
2026-07-06T05:05:24.3148634Z    Compiling scopeguard v1.2.0
2026-07-06T05:05:24.3149866Z    Compiling chacha20 v0.10.0
2026-07-06T05:05:24.3996654Z    Compiling form_urlencoded v1.2.2
2026-07-06T05:05:24.4053712Z    Compiling block-buffer v0.10.4
2026-07-06T05:05:24.4549935Z    Compiling winapi v0.3.9
2026-07-06T05:05:24.5179511Z    Compiling lock_api v0.4.14
2026-07-06T05:05:24.5381001Z    Compiling bitflags v2.12.1
2026-07-06T05:05:24.6880911Z    Compiling cmake v0.1.58
2026-07-06T05:05:24.7580740Z    Compiling untrusted v0.9.0
2026-07-06T05:05:24.7771698Z    Compiling rand v0.10.1
2026-07-06T05:05:24.8167146Z    Compiling digest v0.10.7
2026-07-06T05:05:25.0748208Z    Compiling num-traits v0.2.19
2026-07-06T05:05:25.2528149Z    Compiling windows-strings v0.5.1
2026-07-06T05:05:25.3008538Z    Compiling windows-result v0.4.1
2026-07-06T05:05:25.3091438Z    Compiling rustls v0.23.40
2026-07-06T05:05:25.3224466Z    Compiling heck v0.5.0
2026-07-06T05:05:25.4096689Z    Compiling convert_case v0.10.0
2026-07-06T05:05:25.4292770Z    Compiling unicode-xid v0.2.6
2026-07-06T05:05:25.4361913Z    Compiling anyhow v1.0.102
2026-07-06T05:05:25.4988213Z    Compiling const-oid v0.10.2
2026-07-06T05:05:25.5508526Z    Compiling ring v0.17.14
2026-07-06T05:05:25.5976787Z    Compiling aws-lc-sys v0.41.0
2026-07-06T05:05:25.6439572Z    Compiling atomic-waker v1.1.2
2026-07-06T05:05:25.6931749Z    Compiling zerocopy v0.8.50
2026-07-06T05:05:25.6932253Z    Compiling httparse v1.10.1
2026-07-06T05:05:25.7773533Z    Compiling parking_lot_core v0.9.12
2026-07-06T05:05:25.8516984Z    Compiling http-body v1.0.1
2026-07-06T05:05:25.8600170Z    Compiling curve25519-dalek v4.1.3
2026-07-06T05:05:25.8769976Z    Compiling hybrid-array v0.4.12
2026-07-06T05:05:25.9120435Z    Compiling ahash v0.8.12
2026-07-06T05:05:25.9434833Z    Compiling powerfmt v0.2.0
2026-07-06T05:05:25.9874950Z    Compiling fastrand v2.4.1
2026-07-06T05:05:26.0461593Z    Compiling base64ct v1.8.3
2026-07-06T05:05:26.3555153Z    Compiling either v1.16.0
2026-07-06T05:05:26.4106063Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T05:05:26.4368877Z    Compiling deranged v0.5.8
2026-07-06T05:05:26.6239380Z    Compiling uuid v1.23.2
2026-07-06T05:05:26.6362930Z    Compiling rand_core v0.6.4
2026-07-06T05:05:26.8876950Z    Compiling pkg-config v0.3.33
2026-07-06T05:05:26.8936601Z    Compiling tinyvec_macros v0.1.1
2026-07-06T05:05:27.0747702Z    Compiling vcpkg v0.2.15
2026-07-06T05:05:27.1167527Z    Compiling data-encoding v2.11.0
2026-07-06T05:05:27.1354313Z    Compiling num-conv v0.2.2
2026-07-06T05:05:27.2124814Z    Compiling base64 v0.22.1
2026-07-06T05:05:27.3165218Z    Compiling time-core v0.1.8
2026-07-06T05:05:27.4229132Z    Compiling zmij v1.0.21
2026-07-06T05:05:27.4462477Z    Compiling tower-service v0.3.3
2026-07-06T05:05:27.4462981Z    Compiling try-lock v0.2.5
2026-07-06T05:05:27.4677241Z    Compiling tinyvec v1.11.0
2026-07-06T05:05:27.5493725Z    Compiling synstructure v0.13.2
2026-07-06T05:05:27.5564277Z    Compiling darling_core v0.20.11
2026-07-06T05:05:27.5717459Z    Compiling want v0.3.1
2026-07-06T05:05:27.6963173Z    Compiling parking_lot v0.12.5
2026-07-06T05:05:27.6983775Z    Compiling block-buffer v0.12.0
2026-07-06T05:05:27.7431794Z    Compiling crypto-common v0.2.2
2026-07-06T05:05:27.7540492Z    Compiling sha2 v0.10.9
2026-07-06T05:05:27.8603956Z    Compiling vergen-lib v9.1.0
2026-07-06T05:05:27.8616373Z    Compiling inout v0.1.4
2026-07-06T05:05:27.8949264Z    Compiling n0-future v0.3.2
2026-07-06T05:05:28.0117014Z    Compiling crossbeam-utils v0.8.21
2026-07-06T05:05:28.1301075Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T05:05:28.2610330Z    Compiling httpdate v1.0.3
2026-07-06T05:05:28.3100511Z    Compiling diatomic-waker v0.2.3
2026-07-06T05:05:28.3314543Z    Compiling cordyceps v0.3.4
2026-07-06T05:05:28.3499368Z    Compiling spin v0.10.0
2026-07-06T05:05:28.4693980Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-06T05:05:28.5122958Z    Compiling serde_json v1.0.150
2026-07-06T05:05:28.5173606Z    Compiling winnow v1.0.3
2026-07-06T05:05:28.5461035Z    Compiling signature v2.2.0
2026-07-06T05:05:28.5492937Z    Compiling parking v2.2.1
2026-07-06T05:05:28.6807325Z    Compiling futures-buffered v0.2.13
2026-07-06T05:05:28.7329672Z    Compiling futures-lite v2.6.1
2026-07-06T05:05:28.8601463Z    Compiling socket2 v0.6.4
2026-07-06T05:05:28.8910700Z    Compiling mio v1.2.1
2026-07-06T05:05:28.9176963Z    Compiling ed25519 v2.2.3
2026-07-06T05:05:29.1012810Z    Compiling digest v0.11.3
2026-07-06T05:05:29.3022086Z    Compiling cipher v0.4.4
2026-07-06T05:05:29.3571118Z    Compiling vergen v9.1.0
2026-07-06T05:05:29.4427782Z    Compiling vergen-lib v0.1.6
2026-07-06T05:05:29.5616312Z    Compiling universal-hash v0.5.1
2026-07-06T05:05:29.6182924Z    Compiling noq-udp v0.10.0
2026-07-06T05:05:29.7422630Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T05:05:29.7731237Z    Compiling heapless v0.7.17
2026-07-06T05:05:29.8111587Z    Compiling sync_wrapper v1.0.2
2026-07-06T05:05:29.8182580Z    Compiling allocator-api2 v0.2.21
2026-07-06T05:05:30.0221400Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T05:05:30.0240997Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T05:05:30.0592682Z    Compiling opaque-debug v0.3.1
2026-07-06T05:05:30.1343627Z    Compiling byteorder v1.5.0
2026-07-06T05:05:30.1358791Z    Compiling polyval v0.6.2
2026-07-06T05:05:30.1390735Z    Compiling serde_derive v1.0.228
2026-07-06T05:05:30.3313364Z    Compiling zeroize_derive v1.4.3
2026-07-06T05:05:30.3313832Z    Compiling zerofrom-derive v0.1.7
2026-07-06T05:05:30.3636941Z    Compiling tokio-macros v2.7.0
2026-07-06T05:05:30.3895584Z    Compiling yoke-derive v0.8.2
2026-07-06T05:05:30.3991906Z    Compiling futures-macro v0.3.32
2026-07-06T05:05:30.4016689Z    Compiling zerovec-derive v0.11.3
2026-07-06T05:05:30.4532189Z    Compiling displaydoc v0.2.6
2026-07-06T05:05:30.5294039Z    Compiling tracing-attributes v0.1.31
2026-07-06T05:05:30.8484719Z    Compiling thiserror-impl v2.0.18
2026-07-06T05:05:31.0051579Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T05:05:31.1348468Z    Compiling derive_more-impl v2.1.1
2026-07-06T05:05:31.1711200Z    Compiling darling_macro v0.20.11
2026-07-06T05:05:31.3615911Z    Compiling zeroize v1.8.2
2026-07-06T05:05:31.4259838Z    Compiling tokio v1.52.3
2026-07-06T05:05:31.5084136Z    Compiling futures-util v0.3.32
2026-07-06T05:05:31.5374114Z    Compiling windows-implement v0.60.2
2026-07-06T05:05:31.5374618Z    Compiling n0-error-macros v0.1.3
2026-07-06T05:05:31.7549822Z    Compiling rustls-pki-types v1.14.1
2026-07-06T05:05:31.7911615Z    Compiling darling v0.20.11
2026-07-06T05:05:31.8957103Z    Compiling windows-interface v0.59.3
2026-07-06T05:05:31.9550662Z    Compiling spez v0.1.2
2026-07-06T05:05:32.0533439Z    Compiling zerofrom v0.1.8
2026-07-06T05:05:32.1617421Z    Compiling derive_builder_core v0.20.2
2026-07-06T05:05:32.2967983Z    Compiling der v0.8.0-rc.10
2026-07-06T05:05:32.5180727Z    Compiling yoke v0.8.3
2026-07-06T05:05:32.5661051Z    Compiling pin-project-internal v1.1.13
2026-07-06T05:05:32.6833352Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T05:05:32.7889626Z    Compiling n0-error v0.1.3
2026-07-06T05:05:32.9764870Z    Compiling zerovec v0.11.6
2026-07-06T05:05:33.0283915Z    Compiling zerotrie v0.2.4
2026-07-06T05:05:33.0679418Z    Compiling windows-core v0.62.2
2026-07-06T05:05:33.3311632Z    Compiling ed25519-dalek v2.2.0
2026-07-06T05:05:33.5115780Z    Compiling spki v0.8.0-rc.4
2026-07-06T05:05:33.6629605Z    Compiling tinystr v0.8.3
2026-07-06T05:05:33.7028692Z    Compiling potential_utf v0.1.5
2026-07-06T05:05:33.7502018Z    Compiling derive_builder_macro v0.20.2
2026-07-06T05:05:33.7502483Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T05:05:33.7779986Z    Compiling hash32 v0.2.1
2026-07-06T05:05:33.9857131Z    Compiling icu_locale_core v2.2.0
2026-07-06T05:05:33.9948313Z    Compiling icu_collections v2.2.0
2026-07-06T05:05:34.0822741Z    Compiling pin-project v1.1.13
2026-07-06T05:05:34.2928683Z    Compiling spin v0.9.8
2026-07-06T05:05:34.3097742Z    Compiling derive_builder v0.20.2
2026-07-06T05:05:34.3326055Z    Compiling vergen-gitcl v1.0.8
2026-07-06T05:05:34.4014564Z    Compiling windows-threading v0.2.1
2026-07-06T05:05:34.4042422Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T05:05:34.4550317Z    Compiling futures-executor v0.3.32
2026-07-06T05:05:34.5057625Z    Compiling fallible-iterator v0.3.0
2026-07-06T05:05:34.6032237Z    Compiling signature v3.0.0
2026-07-06T05:05:34.6483156Z    Compiling ryu v1.0.23
2026-07-06T05:05:34.7798338Z    Compiling tower-layer v0.3.3
2026-07-06T05:05:34.8441959Z    Compiling icu_provider v2.2.0
2026-07-06T05:05:34.8789147Z    Compiling futures v0.3.32
2026-07-06T05:05:34.9544179Z    Compiling windows-future v0.3.2
2026-07-06T05:05:34.9608196Z    Compiling windows-targets v0.52.6
2026-07-06T05:05:34.9629972Z    Compiling windows-collections v0.3.2
2026-07-06T05:05:34.9909662Z    Compiling windows-numerics v0.3.1
2026-07-06T05:05:35.0143350Z    Compiling spt-proto v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-06T05:05:35.0226203Z    Compiling proc-macro-crate v3.5.0
2026-07-06T05:05:35.0887555Z    Compiling cobs v0.3.0
2026-07-06T05:05:35.0930927Z    Compiling ghash v0.5.1
2026-07-06T05:05:35.2848236Z    Compiling icu_normalizer v2.2.0
2026-07-06T05:05:35.3203768Z    Compiling icu_properties v2.2.0
2026-07-06T05:05:35.3723847Z    Compiling ipnet v2.12.0
2026-07-06T05:05:35.4617475Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T05:05:35.6387956Z    Compiling tokio-util v0.7.18
2026-07-06T05:05:35.6388418Z    Compiling derive_more v2.1.1
2026-07-06T05:05:35.7984083Z    Compiling prefix-trie v0.8.4
2026-07-06T05:05:35.9304924Z    Compiling once_cell v1.21.4
2026-07-06T05:05:35.9313791Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T05:05:35.9749570Z    Compiling postcard-derive v0.2.2
2026-07-06T05:05:36.0771094Z    Compiling ctr v0.9.2
2026-07-06T05:05:36.2166980Z    Compiling tracing-core v0.1.36
2026-07-06T05:05:36.2528413Z    Compiling aes v0.8.4
2026-07-06T05:05:36.3336936Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T05:05:36.3380333Z    Compiling time v0.3.47
2026-07-06T05:05:36.4155405Z    Compiling hashbrown v0.14.5
2026-07-06T05:05:36.4168644Z    Compiling fs2 v0.4.3
2026-07-06T05:05:36.4466857Z    Compiling http-body-util v0.1.3
2026-07-06T05:05:36.4692347Z    Compiling aead v0.5.2
2026-07-06T05:05:36.5227126Z    Compiling widestring v1.2.1
2026-07-06T05:05:36.6074773Z    Compiling tracing v0.1.44
2026-07-06T05:05:36.7041840Z    Compiling ipconfig v0.3.4
2026-07-06T05:05:36.7554981Z    Compiling idna_adapter v1.2.2
2026-07-06T05:05:36.9152096Z    Compiling idna v1.1.0
2026-07-06T05:05:36.9333941Z    Compiling utf8parse v0.2.2
2026-07-06T05:05:37.0916922Z    Compiling h2 v0.4.14
2026-07-06T05:05:37.1452674Z    Compiling hashlink v0.9.1
2026-07-06T05:05:37.1633736Z    Compiling arrayvec v0.7.6
2026-07-06T05:05:37.1810935Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T05:05:37.4201929Z    Compiling url v2.5.8
2026-07-06T05:05:37.4475238Z    Compiling aes-gcm v0.10.3
2026-07-06T05:05:37.4898635Z    Compiling rusqlite v0.32.1
2026-07-06T05:05:37.5158484Z    Compiling postcard v1.1.3
2026-07-06T05:05:37.5448470Z    Compiling data-encoding-macro v0.1.20
2026-07-06T05:05:37.5448942Z    Compiling num_enum_derive v0.7.6
2026-07-06T05:05:37.6864425Z    Compiling tower v0.5.3
2026-07-06T05:05:37.7249813Z    Compiling windows v0.62.2
2026-07-06T05:05:37.7502631Z    Compiling chrono v0.4.45
2026-07-06T05:05:37.7503074Z    Compiling windows-sys v0.59.0
2026-07-06T05:05:37.8870672Z    Compiling crossbeam-channel v0.5.15
2026-07-06T05:05:37.8871243Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T05:05:38.1275478Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T05:05:38.1751608Z    Compiling enum-assoc v1.3.0
2026-07-06T05:05:38.4825640Z    Compiling spt-store v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-06T05:05:38.5992061Z    Compiling async-trait v0.1.89
2026-07-06T05:05:38.9336020Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T05:05:38.9693429Z    Compiling strum_macros v0.28.0
2026-07-06T05:05:38.9934518Z    Compiling blake3 v1.8.5
2026-07-06T05:05:39.0906946Z    Compiling windows-registry v0.6.1
2026-07-06T05:05:39.3502011Z    Compiling memoffset v0.6.5
2026-07-06T05:05:39.4955031Z    Compiling noq v0.18.0
2026-07-06T05:05:39.4955555Z    Compiling netwatch v0.16.0
2026-07-06T05:05:39.5022199Z    Compiling acto v0.8.2
2026-07-06T05:05:39.5372191Z    Compiling foldhash v0.2.0
2026-07-06T05:05:39.5970144Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T05:05:39.6938852Z    Compiling mac-addr v0.3.0
2026-07-06T05:05:39.7942940Z    Compiling identity-hash v0.1.0
2026-07-06T05:05:39.9137686Z    Compiling lru-slab v0.1.2
2026-07-06T05:05:39.9590362Z    Compiling ref-cast v1.0.25
2026-07-06T05:05:39.9590859Z    Compiling thiserror v1.0.69
2026-07-06T05:05:39.9800829Z    Compiling rustc-hash v2.1.2
2026-07-06T05:05:39.9896996Z    Compiling xml-rs v0.8.28
2026-07-06T05:05:39.9967580Z    Compiling tagptr v0.2.0
2026-07-06T05:05:40.1561308Z    Compiling moka v0.12.15
2026-07-06T05:05:40.1870774Z    Compiling netdev v0.42.0
2026-07-06T05:05:40.2402239Z    Compiling hashbrown v0.16.1
2026-07-06T05:05:40.3842603Z    Compiling iroh-metrics v0.38.3
2026-07-06T05:05:40.4406979Z    Compiling iroh-relay v0.98.0
2026-07-06T05:05:40.6537770Z    Compiling xmltree v0.10.3
2026-07-06T05:05:40.7102501Z    Compiling num_enum v0.7.6
2026-07-06T05:05:40.8947786Z    Compiling spt-msg v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-06T05:05:40.9613705Z    Compiling tower-http v0.6.11
2026-07-06T05:05:41.0365025Z    Compiling hyper v1.10.1
2026-07-06T05:05:41.0555151Z    Compiling iroh-base v0.98.0
2026-07-06T05:05:41.1455389Z    Compiling attohttpc v0.30.1
2026-07-06T05:05:41.1933662Z    Compiling n0-watcher v0.6.1
2026-07-06T05:05:41.2639338Z    Compiling tokio-stream v0.1.18
2026-07-06T05:05:41.2931059Z    Compiling toml_datetime v0.6.11
2026-07-06T05:05:41.5725347Z    Compiling serde_spanned v0.6.9
2026-07-06T05:05:41.6041418Z    Compiling ref-cast-impl v1.0.25
2026-07-06T05:05:41.7422599Z    Compiling thiserror-impl v1.0.69
2026-07-06T05:05:41.7786552Z    Compiling strum v0.28.0
2026-07-06T05:05:41.8616447Z    Compiling serde_derive_internals v0.29.1
2026-07-06T05:05:41.9437296Z    Compiling simple-dns v0.9.3
2026-07-06T05:05:41.9694202Z    Compiling serial-core v0.4.0
2026-07-06T05:05:42.1753326Z    Compiling aho-corasick v1.1.4
2026-07-06T05:05:42.1884063Z    Compiling resolv-conf v0.7.6
2026-07-06T05:05:42.2562376Z    Compiling simdutf8 v0.1.5
2026-07-06T05:05:42.2878787Z    Compiling arrayref v0.3.9
2026-07-06T05:05:42.4207560Z    Compiling toml_write v0.1.2
2026-07-06T05:05:42.4208052Z    Compiling winreg v0.10.1
2026-07-06T05:05:42.4595410Z    Compiling constant_time_eq v0.4.2
2026-07-06T05:05:42.6180172Z    Compiling hyper-util v0.1.20
2026-07-06T05:05:42.6969629Z    Compiling sha1_smol v1.0.1
2026-07-06T05:05:42.7183782Z    Compiling winnow v0.7.15
2026-07-06T05:05:42.7500724Z    Compiling regex-syntax v0.8.10
2026-07-06T05:05:42.8752508Z    Compiling smol_str v0.1.24
2026-07-06T05:05:43.1609421Z    Compiling iroh-dns v0.98.0
2026-07-06T05:05:43.2267325Z    Compiling schemars_derive v1.2.1
2026-07-06T05:05:43.7273353Z    Compiling serial-windows v0.4.0
2026-07-06T05:05:43.8199597Z    Compiling lru v0.16.4
2026-07-06T05:05:43.9381551Z    Compiling webpki-roots v1.0.7
2026-07-06T05:05:43.9602496Z    Compiling seize v0.5.1
2026-07-06T05:05:43.9908570Z    Compiling darling_core v0.23.0
2026-07-06T05:05:44.0254166Z    Compiling serde_bytes v0.11.19
2026-07-06T05:05:44.0461367Z    Compiling hmac v0.12.1
2026-07-06T05:05:44.1100496Z    Compiling igd-next v0.17.1
2026-07-06T05:05:44.2341879Z    Compiling iroh v0.98.2
2026-07-06T05:05:44.2348523Z    Compiling pin-utils v0.1.0
2026-07-06T05:05:44.3185052Z    Compiling once_cell_polyfill v1.70.2
2026-07-06T05:05:44.3791396Z    Compiling lazy_static v1.5.0
2026-07-06T05:05:44.4221598Z    Compiling bitflags v1.3.2
2026-07-06T05:05:44.4922488Z    Compiling cmov v0.5.4
2026-07-06T05:05:44.5446053Z    Compiling anstyle v1.0.14
2026-07-06T05:05:44.5611467Z    Compiling dyn-clone v1.0.20
2026-07-06T05:05:44.5937900Z    Compiling toml_edit v0.22.27
2026-07-06T05:05:44.7542481Z    Compiling regex-automata v0.4.14
2026-07-06T05:05:44.7876309Z    Compiling ctutils v0.4.2
2026-07-06T05:05:44.8525323Z    Compiling anstyle-wincon v3.0.11
2026-07-06T05:05:44.8869025Z    Compiling nix v0.25.1
2026-07-06T05:05:44.9464753Z    Compiling shared_library v0.1.9
2026-07-06T05:05:45.0211534Z    Compiling hkdf v0.12.4
2026-07-06T05:05:45.0284567Z    Compiling papaya v0.2.4
2026-07-06T05:05:45.2735817Z    Compiling serial v0.4.0
2026-07-06T05:05:45.2736250Z    Compiling filedescriptor v0.8.3
2026-07-06T05:05:45.2890408Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T05:05:45.4092902Z    Compiling anstyle-parse v1.0.0
2026-07-06T05:05:45.4400642Z    Compiling schemars v1.2.1
2026-07-06T05:05:45.4530669Z    Compiling backon v1.6.0
2026-07-06T05:05:45.5215620Z    Compiling anstyle-query v1.1.5
2026-07-06T05:05:45.6457818Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T05:05:45.6921053Z    Compiling foldhash v0.1.5
2026-07-06T05:05:45.7794814Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T05:05:45.7997435Z    Compiling downcast-rs v1.2.1
2026-07-06T05:05:45.9409814Z    Compiling instability v0.3.12
2026-07-06T05:05:45.9651477Z    Compiling paste v1.0.15
2026-07-06T05:05:46.0479023Z    Compiling colorchoice v1.0.5
2026-07-06T05:05:46.0589275Z    Compiling shell-words v1.1.1
2026-07-06T05:05:46.0589720Z    Compiling hashbrown v0.15.5
2026-07-06T05:05:46.1216015Z    Compiling vte v0.13.1
2026-07-06T05:05:46.2989156Z    Compiling portable-pty v0.8.1
2026-07-06T05:05:46.3942214Z    Compiling anstream v1.0.0
2026-07-06T05:05:46.4413841Z    Compiling spake2 v0.4.0
2026-07-06T05:05:46.5994754Z    Compiling toml v0.8.23
2026-07-06T05:05:46.8316778Z    Compiling strum_macros v0.26.4
2026-07-06T05:05:46.8586363Z    Compiling regex v1.12.3
2026-07-06T05:05:46.9334480Z    Compiling terminal_size v0.4.4
2026-07-06T05:05:47.0017402Z    Compiling crossterm_winapi v0.9.1
2026-07-06T05:05:47.1767740Z    Compiling itertools v0.13.0
2026-07-06T05:05:47.1972827Z    Compiling spt-runtime v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-06T05:05:47.5740869Z    Compiling sha1 v0.10.6
2026-07-06T05:05:47.6132926Z    Compiling castaway v0.2.4
2026-07-06T05:05:47.7937398Z    Compiling indoc v2.0.7
2026-07-06T05:05:47.8543160Z    Compiling clap_lex v1.1.0
2026-07-06T05:05:47.9159079Z    Compiling darling_macro v0.23.0
2026-07-06T05:05:47.9736294Z    Compiling recvmsg v1.0.0
2026-07-06T05:05:48.0252524Z    Compiling doctest-file v1.1.1
2026-07-06T05:05:48.2517694Z    Compiling wmi v0.18.4
2026-07-06T05:05:48.3240928Z    Compiling static_assertions v1.1.0
2026-07-06T05:05:48.3867943Z    Compiling unicode-width v0.1.14
2026-07-06T05:05:48.4280612Z    Compiling darling v0.23.0
2026-07-06T05:05:48.4360616Z    Compiling compact_str v0.8.2
2026-07-06T05:05:48.4380025Z    Compiling clap_builder v4.6.0
2026-07-06T05:05:48.6152502Z    Compiling interprocess v2.4.2
2026-07-06T05:05:48.7137493Z    Compiling crossterm v0.28.1
2026-07-06T05:05:48.9887718Z    Compiling unicode-truncate v1.1.0
2026-07-06T05:05:49.3304889Z    Compiling strum v0.26.3
2026-07-06T05:05:49.3342518Z    Compiling spt-term v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-06T05:05:49.5620605Z    Compiling lru v0.12.5
2026-07-06T05:05:49.6405145Z    Compiling spt-live v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-06T05:05:50.2834954Z    Compiling portmapper v0.16.0
2026-07-06T05:05:50.4520967Z    Compiling clap_derive v4.6.1
2026-07-06T05:05:50.4645565Z    Compiling error-code v3.3.2
2026-07-06T05:05:50.5418761Z    Compiling cassowary v0.3.0
2026-07-06T05:05:50.5697844Z    Compiling unicode-width v0.2.0
2026-07-06T05:05:50.5959744Z    Compiling clipboard-win v5.4.1
2026-07-06T05:05:50.6896885Z    Compiling nucleo-matcher v0.3.1
2026-07-06T05:05:50.7141318Z    Compiling qrcode v0.14.1
2026-07-06T05:05:50.9862569Z    Compiling ratatui v0.29.0
2026-07-06T05:05:51.1802221Z    Compiling tempfile v3.27.0
2026-07-06T05:05:52.4424644Z    Compiling clap v4.6.1
2026-07-06T05:06:05.2585965Z    Compiling rustls-webpki v0.103.13
2026-07-06T05:06:07.6468865Z    Compiling tokio-rustls v0.26.4
2026-07-06T05:06:07.6469184Z    Compiling noq-proto v0.17.0
2026-07-06T05:06:07.6469500Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T05:06:07.8020861Z    Compiling hyper-rustls v0.27.9
2026-07-06T05:06:07.8021393Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T05:06:07.8021760Z    Compiling tokio-websockets v0.13.2
2026-07-06T05:06:07.9638951Z    Compiling reqwest v0.13.4
2026-07-06T05:06:08.9842359Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T05:06:26.1898169Z    Compiling spt-net v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-06T05:06:27.6739938Z    Compiling spt-daemon v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-06T05:06:37.2182575Z    Compiling spt v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-06T05:06:45.1084719Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
2026-07-06T05:06:45.1317179Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-e8329339fd16cbd9.exe)
2026-07-06T05:06:45.1867851Z 
2026-07-06T05:06:45.1868202Z running 1 test
2026-07-06T05:06:53.6543812Z test new_brain_serves_against_old_broker ... ok
2026-07-06T05:06:53.6544138Z 
2026-07-06T05:06:53.6544316Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.47s
2026-07-06T05:06:53.6544562Z 
